Post

Replies

Boosts

Views

Activity

Reply to Hide separators in List (SwiftUI)
I used this code to hide the separators, but it's a poor workaround: .padding(EdgeInsets(top: 10, leading: 16, bottom: 10, trailing: 16)) .listRowInsets(EdgeInsets()) .background(Color("BackColor")) But I'd like a ".listSeparatorStyle(.none)" view modifier for sure -- anyone file a radar I can reference in my own feedback? - UPDATE: my radar feedback on this: FB7836043
Jul ’20